home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / KBD_UTL / ADVCRT90 / 9_00.NEW next >
Text File  |  1990-06-18  |  688b  |  21 lines

  1.  
  2. AdvCRT 9.0 - June 19, 1990
  3.  
  4. NEW ROUTINES:
  5. ------------
  6.   Procedure DelaySeconds(NumSecs: Real; KeyIntr: Boolean);
  7.     -  Delays NumSecs seconds, with an optional keypress interruption.
  8.  
  9.  
  10. CHANGES TO EXISTING ROUTINES (from Version 6.6):
  11. -----------------------------------------------
  12.   1.  Eliminated the need for the user to pass two time storage variables
  13.       to the CheckTime procedure.  The result:  less power (only one
  14.       "timer" can be used at a time), but increased ease of use.
  15.  
  16.       A single byte parameter now drives the procedure:
  17.            Pass:  0 to reset the timer
  18.                   1 to start the timer
  19.                   2 to stop the timer
  20.  
  21.